home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / utility / opaquemove / docs-txt / english / opaque-hist.txt < prev    next >
Text File  |  1996-10-21  |  3KB  |  115 lines

  1.  
  2.  
  3. Title: OpaqueMove History
  4.  
  5.  
  6. History
  7.  
  8. Version Change Description Suggested By
  9.  
  10. Version 2.1
  11.  
  12.    o Add several qualifier/location combinations for moving and sizing. This
  13.      allows, for example, no-qualifier movement from the drag bar, or control
  14.      key movement from the center of a window.
  15.  
  16. Steve Koren
  17.  
  18.    o Add new sizing option: Edge/Corner/Gadget, which works nicely with
  19.      unqualified sizing.
  20.  
  21. Joerg Kollmann
  22.  
  23.    o Edge and Corner sizing modes now pass on clicks over gadgets, as long as
  24.      there is no qualifier set.
  25.  
  26. J rgen Schober, Joerg Kollmann
  27.  
  28.    o Add CX_POPUP & CX_PRI to supported tooltypes.
  29.  
  30. Joerg Kollmann, Steve Koren
  31.  
  32. Version 2.0
  33.  
  34.    o Rewrite commodities broker from scratch. We no longer add additional
  35.      events to the Cx queue, so applications don't see double clicks anymore
  36.      where there was just one click.
  37.  
  38. Steve Koren
  39.  
  40.    o Rewrite OpaqueMove mechanism from the ground up, to include support for
  41.      resizing windows opaquely (needs a fast machine!). Also the central
  42.      OpaqueMove utility is now a BOOSPI object, which is cleaner and makes it
  43.      easier to interface to MUI.
  44.  
  45.    o Rewrite user interface in MUI. It is much nicer now (resizable,
  46.      snapshot-able, has its own MUI prefs, and so on). Clicktabs let you get
  47.      to move/size/misc/etc preferences. A balance object is used in size/drag
  48.      preferences areas.
  49.  
  50.    o Add custom drag/size cursor support. OpaqueMove will load cursors from
  51.      IFF brush files on disk. The GRAB chunk of the brush is used to set the
  52.      cursor hotspot. The cursor directory is settable from the GUI, although
  53.      the filenames are fixed.
  54.  
  55.    o Add a Size/Position window that can appear showing the current size and
  56.      position of the window during movement.
  57.  
  58.    o Add registration window that will generate an email-able registration
  59.      form. Create email registration daemon for YAM to process the forms.
  60.  
  61.    o Add deny patterns as well as allow patterns.
  62.  
  63.    o Fix crash if window being dragged goes away during dragging.
  64.  
  65.    o Remove requirement for reqtools.library. MUI's better.
  66.  
  67.    o Add beginning of a localizable interface using local.library. Not quite
  68.      functional yet.
  69.  
  70.    o Fix bug where a new window appearing during movement would lock up the
  71.      system if non-qualified drag was being used.
  72.  
  73. Joerg Kollmann
  74.  
  75. Version 1.1
  76.  
  77.    o When the left button is released, the window now moves to the location
  78.      where the release happened, not the current location of the mouse.
  79.  
  80. Steve Koren
  81.  
  82.    o The program no longer ignores application specific gadgets placed in the
  83.      window title bar.
  84.  
  85.    o Fix off-by-one bug which was causing windows the width or height of the
  86.      screen to be mangled when moved by outline.
  87.  
  88. Mark Chandler
  89.  
  90.    o While dragging windows, the right mouse button now cancels the window
  91.      movement and restores the window to its original location.
  92.  
  93.    o Now calls LockLayers when moving windows by outline.
  94.  
  95. Stephane Savard
  96.  
  97.    o Now selects the window if it is dragged by the titlebar.
  98.  
  99.    o There is now a CX_POPKEY icon tooltype for a hotkey to display the
  100.      commodity window. This defaults to lcommand o.
  101.  
  102. Frank Gerberding
  103.  
  104.    o Mouse input is no longer locked out upon an error requester.
  105.  
  106. Version 1.0
  107.  
  108.    o Initial public release.
  109.  
  110. Steve Koren
  111.  
  112. Back to Contents
  113. -----------------------------------------------------------------------------
  114.  
  115.